@charset "utf-8";
/*** 
 .ispc //PC专用
 .ismobile //移动专用
***/
/*初始化样式表*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100% !important; text-size-adjust: 100% !important;}
h1,h2,h3,h4,h5,h6{ font-weight:400;}
a{ color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
ins{text-decoration: none;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word}

/* https://www.fjcoop.org.cn/news/zsdt/7441.html 兼容这种文章*/
.default-article-content *{
	max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

/*icon 字体样式*/
@font-face {
  font-family: 'iconfont';  /* Project id 43068 */
  src: url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff2?t=1677572906105') format('woff2'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.woff?t=1677572906105') format('woff'),
       url('//at.alicdn.com/t/c/font_43068_lp82irykdy.ttf?t=1677572906105') format('truetype');
}
.tdy-icon,
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color:#a5a5a5;
}
/*避免延时加载时候幻灯片图片盒子被撑高*/
.ismobile .default-slider-2 img[src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC']{
	max-height:20px;
}
/*用户api端下拉刷新*/
#api_body{
	position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    width: 100%;
}
#api_top{
	position:fixed;
    width: 100%;
	height:180px;
    text-align: center;
    background: #fff;
    color: #000;
	left: 0;
    top: 0;
	font-size:12px;
	/* z-index: -1; */
    display: none; /*部分页面下有透视BUG（已知 sid:33 的关于我们），因此隐藏*/
    /* z-index: -222; */
}
#api_top #api_top_1{
	line-height: 80px;
}
#api_top #api_top_2{
	position: absolute;
	bottom:10px;
	width:100%;
	color: #dedede;
}
#api_top.api_top_1041{
	background-color: #000;
	color: #fff;
}
/*文章内容样式初始化*/
.default-article-content{
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
}
.default-article-content a{ color:blue;}
.default-article-content ul{ padding-left: 20px;}
.default-article-content li{ list-style-type: inherit;}
.default-article-content h1,
.default-article-content h2,
.default-article-content h3,
.default-article-content h4,
.default-article-content h5,
.default-article-content h6{
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
}
.default-article-content td{
	border:1px solid #333;
}
.default-article-content p{
	/*
	margin-top:1em;
	margin-bottom:1em;
	text-align: justify;
	font-size:16px;
	line-height: 2.3;
	color: #404040;
	*/
	
}
.default-article-content img{
	max-width:100%;
	height:auto !important;
}
.ispc .default-article-content video{
	max-width:100%;
	max-height: 500px;
}
.ismobile .default-article-content video{
	max-width:100%;
}
.default-article-content table{
	max-width:100%;
}
/*控制网页宽度*/
.wp{ width:1188px; margin:0 auto;}
.w960 .wp, .w960 .w1188{ width:960px;}
.ismobile .wp,
.ismobile .w960 .wp,
.ismobile .w960 .w1188{
	width:auto;
	padding-left: 10px;
    padding-right: 10px;
}
/*浮动设置*/
.l,.left{float:left !important;}
.r,.right{float:right !important;}

/*清除浮动*/
.cl{zoom:1;}
.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*单行文本*/
.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}

/*边距*/
.ispc .mr0{ margin-right:0 !important;}

/*快转化 可见*/
.block{ display:block;}
.none{ display:none;}

/*页面加载中*/
#global_showload{background:url("{F file="images/showload.gif?11"}"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}
/*图片上传中状态*/
.imgloading{background:url({F file="images/load.gif?11"}); height: 100px; margin-top: -100px; position: relative;}
/*禁止编辑器上传本地视频*/
#videoTab #upload,#videoTab .tabhead span{ display:none;}
/*百度地图默认宽度*/
.ueditor_baidumap{ width:700px;}





/*分页按钮*/
.page{ font-size:14px; line-height:28px;}
.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}
.page a.a,.page a:hover{background:#ccc; color:#fff;}
/*默认导航样式*/
.default-pc-nav-menu{}
.default-pc-nav-menu li{ position: relative;}
.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}
.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}
.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}
.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}
.default-pc-nav-menu > li{ float: left;}
.default-pc-nav-menu li a em{ display: none; font-style:initial;}
.default-pc-nav-menu > li:hover > ul{display: block; background-color:#fff;}
.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}
.nav-thumb{ display:none} /*默认隐藏所有的导航图标，免的影响之前的网站*/

/*翻页样式*/
.pagination{
	margin-top:10px;
	padding:0 !important;
	background:rgba(0,0,0,0) !important;
}
.pagination li{
	padding:0 !important;
	margin:0 !important;
	margin-right:8px !important;
	border-radius: 3px !important;
	float:left;
	border: 1px solid #dedede !important;
	width:auto !important;
	overflow:hidden;
	background:#fff;
}
.pagination li a,.pagination li span{
	display:block !important;
	padding: 0 12px !important;
	width:auto !important;
	height:auto !important;
	margin:auto !important;
	line-height: 28px !important;
	border:none !important;
	float:none !important;
	border-radius: 0 !important;
	background:#fff !important;
	color:#666 !important;
}
.pagination li.active span,.pagination li:hover a{
	background: #ccc !important;
    color: #fff !important; 
}
.ismobile .pagination li a,.ismobile .pagination li span{
	font-size: 12px !important;
    width: 26px !important;
    line-height: 26px !important;
    text-align: center;
    padding: 0 !important;
}
.ismobile .pagination li{
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}



/*友情链接默认样式*/
.default-pc-links-text{}
.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}

.default-pc-links-pic li{ float:left;}

/*默认版权样式*/
.default-copyright{
	width:70%;
	line-height: 2;
	color:#666;
	font-size:12px;
}
.default-copyright a {
	color: #FFD400;
	font-size:12px;
}
.default-copyright span{
	display: inline-block;
	white-space:nowrap;
	margin-right: 10px;
}
.default-copyright em{
	font-style:normal;
}
.default-copyright  .t-gonganicp img{
	line-height: 30px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
/*默认发布文章按钮*/
.default-pc-button-publish{
	padding-left:21px;
	background: no-repeat url("{F file="images/publish.png?11"}");
	transition:opacity .3s;
}
.default-pc-button-publish:hover{
	opacity:0.5;
}
/*默认编辑文章 && 删除*/
.default-pc-button-edit a{
	margin-left:10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover{
	color:#000;
}

/*默认背景音乐*/
.default-bgmp3{
	display:block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index:999;
	width:200px;
	max-width:30%;
	
}
.default-bgmp3 audio{
	width:100%; 
	opacity:0.5;
}




.default-append{ display:none;}

/*幻灯片默认样式*/
.default-slider { 
	position: relative; 
	overflow: auto; 
}
.default-slider li { 
	list-style: none; 
}
.default-slider ul li {
	float: left;   
	width: 100%; 
	overflow: hidden;
}
.default-slider ul li img{
	position: relative;
	left: 50%;
	height: auto;
	/*margin-left:-960px;*/
}
.default-slider .dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li{ 
	display: inline-block;
  	cursor: pointer;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size:0;
  	height: 12px;
 }

 .default-slider .dots li.active{ background-color: #FFE401;}
 .default-slider .next,.default-slider .prev{
	position:absolute; 
	bottom:50%; 
	width:50px; height:100px; 
	margin-bottom:-50px; 
	opacity:0.7; 
	font: 50px/58px Simsun; 
	color:#fff; 
	line-height:100px; 
	text-align:center;
}
.default-slider .next:hover,.default-slider .prev:hover{
	background-color:#000;
}
.default-slider .next{ right:0;}
.default-slider .prev{ left:0;}

.default-pc-sidebar-dl dd a img,
.default-pc-sidebar-ul li a img{
	display:none;
}
.default-pc-sidebar-ul li a span{
	display:none;
}

.default-pc-sidebar-dl{ border:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}
/*
.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}
.default-pc-contactcard .add{ background-image: url("url()");}
.default-pc-contactcard .tel{ background-image: url("url()");}
.default-pc-contactcard .email{ background-image: url("url()");}
.default-pc-contactcard .fax{ background-image: url("url()");}
*/

/*幻灯片样式*/
.default-slider-2{ position:relative;}
.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }
.default-slider-2 .next, 
.default-slider-2 .prev{ position:absolute;}
.default-slider-2 .dots { 
	position:absolute; 
	width:100%;
	bottom:10px; 
	text-align:center;
}
.default-slider-2 .dots span{
	display: inline-block;
  	background-color: #fff;
  	margin: 5px;
  	width: 47px;
  	font-size: 0;
  	height: 12px;
	cursor:pointer;
}

.default-slider-2 > .dots > span.active{ background-color:red;}

.default-slider-box > ul > li{ position:relative; overflow:hidden;}
.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}
.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}

/*单屏滚动模式*/
.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}

.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}
.default-slider-direction-left > .next, 
.default-slider-direction-left > .prev{
	cursor:pointer;
	top:50%; 
	margin-top:-45px; 
	opacity:.1;
	color:#fff;
	line-height:90px;
	font-size:60px;
	background-color:#000; 
}
.default-slider-direction-left > .next:hover, 
.default-slider-direction-left > .prev:hover{
	opacity:1;
}
.default-slider-direction-left > .next{ right:0;}
.default-slider-direction-left > .prev{ left:0;}
.default-slider-direction-left > .thumb{
	
	position: absolute;
	bottom: 10px;
	left:50%;
	padding:0 30px;
	overflow:hidden;
}

.default-slider-direction-left > .thumb  ul > li{ float:left;}
.default-slider-direction-left > .thumb  ul > li img{
	padding:5px;
	margin:5px;
	border:1px #ccc solid;
	background-color: #fff;
}

.default-slider-direction-left > .thumb > .next,
.default-slider-direction-left > .thumb > .prev{
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size:0;
	background:url(/template/index/default/images/slider_thumb_buttom.png) no-repeat;
}
.default-slider-direction-left > .thumb > .next{
	right:0;
	background-position:-23px 0;
}
.default-slider-direction-left > .thumb > .prev{
	left:0;
	background-position: 0 0;
}
.default-slider-direction-left > .thumb > .next:hover,
.default-slider-direction-left > .thumb > .prev:hover{
	background-position-y:-32px;
}
.default-slider-direction-left > .thumb > .active{ background-color:#333;}
/*设为首页加入收藏*/
#SetHome,
#collection{
	cursor:pointer;
}
/*DIY 按钮*/
.ispc #diystart{
	display:block;
	position:fixed;
	top:0;
	right:50px;
	background-color:#F90;
	color:#fff;
	z-index:99;
	text-align:center;
	padding:5px 10px;
	border-radius:0 0 10px 10px;
	transition:background .5s;
}
.ispc #diystart:hover{
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/
.default-article-content object{
	min-height:500px;
}
/*手机网站底部追加*/
.default-mobile-copyright2{
	text-align:center;
	background-color:#000;
	color:#505050;
	padding-top:20px;
	padding-bottom:30px;
	font-size:12px;
	margin-top:30px;
}
.default-mobile-copyright2 a{
	color:#505050;
}

/*文章评论*/
#default-article-comments{
	margin-top:15px;
}
#default-article-comments .not-login{
	line-height: 100px;
	color: #333;
    background-color: #fff7f7;
    font-size: 16px;
    border: 1px dashed #f5cece;
    text-align: center;
}
#default-article-comments .not-login a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
#default-article-comments .publish .textarea{
	padding:20px;
	background:#f6f6f6;
}

#default-article-comments .publish textarea{
	width: 98%;
    height: 40px;
    padding: 1%;
    border: #dedede 1px solid;
}
#default-article-comments .publish .textarea span {
    display: block;
    width: 35px;
    height: 35px;
	float:right;
	margin:5px;
	cursor:pointer;
	background:url(images/yy18.png) no-repeat;
}
#default-article-comments .publish input[type="submit"]{
	width: 100px;
    height: 35px;
    border: none;
    line-height: 35px;
    text-align: center;
    float: right;
    border-radius: 3px;
    background: #1b75b5;
    color: #fff;
	margin-top:5px;
}

#default-article-comments .best h3 {
    font-size: 16px;
    color: #478fc3;
	line-height:40px;
}
#default-article-comments .best h3 span {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
#default-article-comments .best h3 em{
	display:block;
	font-style:normal;
	float:right;
	color:#999;
	font-size:12px;
}
#default-article-comments .list{
	margin-top:20px;
}
#default-article-comments .list h2{
	font-size: 14px;
    font-weight: bold;
}

#default-article-comments .item{
	padding:20px 20px;
	background:#f6f6f6;
	border:1px solid #eee;
	margin-top:10px;
}

#default-article-comments .item p {
    font-size: 13px;
    line-height: 1.8;
	text-align: justify;
}


#default-article-comments .item .title{
	line-height:36px;
	margin-bottom:10px;
}
#default-article-comments .item .title img{
	width:30px;
	margin-top:3px;
	height:auto;
	border-radius:50%;
	float:left;
}
#default-article-comments .item .title h5 {
    float: left;
    margin-left: 10px;
    color: #1b75b5;
}
#default-article-comments .item .title p {
    float: left;
    font-size: 12px;
	margin:0;
    margin-left: 10px;
    line-height: 36px;
    color: #999;
}
#default-article-comments .item .title span{
	display:block;
	float:left;
	margin-left:20px;
	width:50%;
	height:36px;
	background:url(images/yy19.png) no-repeat center left;
}

#default-article-comments .item .like{
	margin-top:20px;
}
#default-article-comments .item .like span{
	float:right;
	border:1px solid #ddd;
	border-radius:15px;
	padding:0 7px;
}
#default-article-comments .item .like span a{
	display:block;
	float:left;
	line-height:28px;
	padding:0 10px;
	color: #1b75b5;
	font-style:normal;
	border-right: 1px solid #ddd;
	margin-right:7px;
}

#default-article-comments .item .like span a em{
	font-style: inherit;
	font-size: 12px;
    margin-left: 3px;
}
#default-article-comments .item .like span a.sure i{
	color: #1b75b5;
}
#default-article-comments .item .like span a.deny{
	border-right: none;
	color:#999;
	margin-right:0;
}

#default-article-comments .item .action{
	display:none;
}

#default-article-comments .item .action i{
	margin-right:4px;
}

#default-article-comments .item:hover .action{
	display:block;
	font-size:12px;
}

#default-article-comments .item:hover .action a{
	margin-left:10px;
}


.default-islike{
	color: #1b75b5;
}
.default-islike i{
	color: #1b75b5;
}



/*DIY相关*/
.ispc .diystart{
    display: block;
    position: fixed;
    top: 0;
    right: 50px;
    background-color: #F90;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    transition: background .5s;
}

#diy_tips_box{ position:relative; height:42px;}
#diy_tips{line-height:28px; text-align:center; padding:7px 0; background:#fff; border-bottom:1px dashed #F93; position:fixed; top:0; left:0; width:100%; z-index:1680;}
#diy_tips a{margin-left:12px; color:#1068df;}
#diy_tips a:hover{text-decoration:underline;}

.diy{ position:relative; margin-bottom:1px;}
.diy a{ position:relative; z-index:1;}
.diy-edit-bg {
	background-color: #000;
	opacity: .5;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.diy-edit-but {
	background-color: red;
	display: block;
	padding: 5px;
	position: absolute !important;
	right: 3px;
	top:3px;
	z-index: 1024;
	width: auto;
	height: auto;
}

.diy-edit-but a *,
.diy-edit-but a{color:#fff;}




/*聊天框样式*/
#tdy-chat-box{
	position:fixed;
	right:0;
	bottom:-4px;
	z-index:9999;
}

.tdy-chat-btn{
	width:195px;
	height:42px;
	line-height:42px;
	position:fixed;
	right:0;
	bottom:0;
	background: #e4e5e9;
	opacity: 0.95;
	border-radius: 2px 0px 0px 2px;
}
.tdy-chat-btn .layui-badge{
	position: absolute;
    top: -8px;
    left: 100px;
}
/*限制云视频最大宽度不超过容器*/
.prism-player{
	max-width:100%;
}
/*TP 内部分页样式*/
.pagination{zoom:1;}
.pagination:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}

/*表单提交报错样式*/
.tdy-form-error{
	border:1px solid red !important;
}
/*加入购物车*/
.tdy-mall-cart-num{
	display: inline-block;
}


@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
		opacity: 1;
	}
	10%{
		transform: scale(3);
		opacity: 1;
	}
	20%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(6);  /*开始为原始大小*/
		opacity: 1;
	}
	40%{
		transform: scale(1);
		opacity: 1;
	}
	99.9%{
		transform: scale(20);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
.tdy-add-mall-cart-num{
	animation:mymove 1s;
	/* transform: scale(100);
	-webkit-transform: scale(100); */
}
/*** 没有数据公共样式***/
.tdy-no-data{
	width: 100%;
    line-height: 400px;
    text-align: center;
    background: #fbf7ea;
    font-size: 16px;
}
/*** 网站公告样式 ***/
.tdy-notice .layui-layer-title{
    text-align: center;
}
.tdy-notice .layui-layer-content{
      padding: 10px;
}
/*** 文章内容没有阅读权限 ***/
.tdy-article-noauth{
	text-align: center;
    line-height: 300px;
    background-color: #fff7f7;
    margin: 10px 0;
    color: #333;
    font-size: 16px;
    border: 1px dashed #f5cece;
}
.tdy-article-noauth a{
	color: #36cc42;
    font-weight: bold;
    margin: 0 2px;
}
/*** DIY 延时加载提示***/
.tdy-diy-lazy{
	float: left;
    width: 100%;
    text-align: center;
	color: #999;
	padding: 10px 0;
}
/*** 门户列表页 ***/
.tdy-potrtal-list{
	overflow-y:hidden;;
}
/*** 门户列表页筛选 ***/
.tdy-screening-select-item h4,
.tdy-screening-list h4{
	float:left;
	font-weight: bold;
    text-align: right;
	margin-right:10px;
	max-width:56px;
	padding:2px;
}
.tdy-screening-list{
	font-size:14px;
	margin-bottom: 10px;
}
.tdy-screening-list a{
	padding:2px 8px;
	display:block;
}
.tdy-screening-list a.a{
	position:relative;
    background: #dedede;
    border-radius: 5px;
}
.tdy-screening-select-item-show a,
.tdy-screening-list a.a span{
	display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f2acac;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    font-size: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 4px;
    transform: scale(.6);
	-ms-transform: scale(.6);
	-moz-transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
}
.tdy-screening-list-item{
	padding: 5px 0;
}
.tdy-screening-list ul{
	float:left;
	width:calc(100% - 80px);
}
.tdy-screening-list li{
	float:left;
}
.tdy-screening-select{
	margin-bottom: 10px;
	
}
.tdy-screening-select-item{
	float:left;
	float: left;
    margin-right: 20px;
	width:auto;
}
.tdy-screening-select-item a{
	padding: 3px;
}
.tdy-screening-select-item h4{
	line-height: 28px;
    font-size: 14px;
}


.tdy-screening-select-item-value{
	float:left;
	background: #fff;
}
.tdy-screening-select-item-show{
	border:1px solid #ccc;
	padding:3px 10px;
	position:relative;
}
.tdy-screening-select-item-show.a{
	border-bottom: 1px solid #fff;
	z-index: 3;
}

.ismobile .tdy-screening-select-item h4{
	display:none;
}
.ismobile .tdy-screening-select-item-show{
    padding: 0px 5px;
	font-size: 12px;
	border:0;
}
.ismobile .tdy-screening-select-item{
    margin-right: 10px;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-show{
	position:relative;
	z-index:2;
	border-bottom: 1px solid #fff;
}
*/

.tdy-screening-select-item-sub{
	border:1px solid #ccc;
	position:absolute;
	min-width:100px;
	max-width:800px;
	max-height:200px;
	padding: 10px 10px 50px 10px;
	font-size: 14px;
	margin-top:-1px;
	background: #fff;
	line-height:26px;
	display:none;
	overflow-y:auto;
}
.ismobile .tdy-screening-select-item-sub{
	    box-shadow: #ccc 1px 9px 5px;
		border: 0;
}
/*
.tdy-screening-select-item-value:hover .tdy-screening-select-item-sub{
	display:block;
}
*/
.tdy-screening-select-sub1{
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}
.tdy-screening-select-sub1 h5{
	float:left;
	font-weight:bold;
}
.tdy-screening-select-sub1 ul{}
.tdy-screening-select-sub1 ul li{
	float:left;
	margin-right: 10px;
	position: relative;
}
.tdy-screening-select-sub1 ul li h6{
	border:1px solid #fff;
}
.tdy-screening-select-sub1 ul li:hover h6.tdy-screening-ischildren{
	border:1px solid #ccc;;
	border-bottom: 1px solid #fff;
	position:relative;
	z-index:2;
}
.tdy-screening-select-sub3{
	position:absolute;
	z-index:1;
	background: #fff;
    border: 1px #ccc solid;
	margin-top: -1px;
	padding: 10px;
	min-width: 80px;
    max-width: 400px;
	display: none;
}
.tdy-screening-select-sub3 a{
	margin-right:5px;
}
.tdy-screening-select-sub1 ul li:hover .tdy-screening-select-sub3{
	display:block;
}
.tdy-screening-select-sub3 a{
	float:left;
}
/***2级筛选项***/
.screening .tdy-screening-list .tdy-screening-list-sub1{
	margin-left: 56px;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub2{
	margin-left: 56px;
	background: #dcdcdc;
	padding: 10px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a{
	font-size:12px;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 li:hover a{
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a{
	background: #dedede;
	color: #000;
}
.screening .tdy-screening-list .tdy-screening-list-sub1 a.a span{
	background: #a9a9a9;
}
/***暂无数据***/
.tdy-nodata{
	background:#fff;
	text-align:center;
	padding:100px;
	font-size:20px;
	color:#a5a5a5;
}
.tdy-nodata .iconfont{
	font-size:100px;
}
/***商城页面默认背景颜色***/
.module-mall{
	background-color:#f5f5f5;
}
/*** 公共点赞 ***/
.tdy-likes .iconfont{
	cursor:pointer;
}
.tdy-likes .iconfont.a{
	color:red;
}
/*** 前往APP ***/
.toappbnt{
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	width: 110px;
	font-size: 12px;
	position: fixed;
	bottom: 65px;
	left: 50%;
	margin-left: -55px;
	height: 25px;
	line-height: 25px;
}
.toappbnt img{
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 4px;
}
.toappbnt ins{
	margin-left:29px;
	text-decoration: inherit;
}
.toappbnt .iconfont{
	color:#fff;
}
/**m 文章底部版权**/
.pu-m-copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 95px;
	margin-top: 30px;
}
.pu-m-copyright .pu-m-copy{
    margin: 5px 0;
}
.pu-m-copyright img{
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
}
.pu-m-copyright .m-support a,
.pu-m-copyright .m-support{
	font-size:12px;
	color: #ccc;
}
.tdy-portal-view-exif{
	background-color: #00000080;
	color: #ffffff;
	position: absolute;
	padding: 10px;
	white-space: pre;
	transform: translate(0,-100%);
}
.tdy-portal-view-exif .but{
	display: block;
}
.tdy-portal-view-exif .content{
	display: none;
}
/*表单验证码*/
.tdy-form-verification-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000083;
	display: flex
}
.tdy-form-verification-pop-box{
	background: #ffffff;
	margin: auto;
	padding: 20px;
	width: 300px;
	position: relative;
}
.tdy-form-verification-pop-close{
	position: absolute;
    top: 4px;
    right: 7px;
	cursor: pointer;
}
.tdy-form-verification-pop-title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.tdy-form-verification-pop-content{
	text-align: center;
	position: relative;
}
.tdy-form-verification-pop-content-img{
	height: 36px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.tdy-form-verification-pop-content-img img{
	height: 100%;
}
.tdy-form-verification-pop-content button{
	margin-top: 10px;
}
/*文章内容页点击图片弹出*/
#article-swiper{
	background: #000;
}
#article-swiper .swiper-zoom-container{
	background: #000;
 }
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#article-swiper{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
#article-swiper #logout{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 100;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	width: 72px;
	height: 32px;
	background: #007aff;
	color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back000{
	background-color:#000;
}
.article-swiperbox{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*** 文章中微信视频号 ***/
.channels_iframe_wrp{
	margin: auto;
    max-width: 800px !important;
	position: relative;
	display: flex;
    justify-content: center;
}
.channels_iframe_wrp_a{
	position: absolute;
    left: 50%;
    top: 50%;
    color: #fff !important;
    background: #00000070;
    border: 1px #fff solid;
    line-height: 1;
    border-radius: 50%;
    padding: 16px;
    margin-left: -25px !important;
    margin-top: -25px !important;
}
.channels_iframe_wrp_a::after{
	display: none;
}
.default-article-content img[src="/template/static/images/tdyloading.gif"] {
    width: 100%;
	min-height: 100px;
}
.default-article-content{
	min-height: 500px;
}
/*IE兼容*/
.default-slider .dots li{
	*display: inline;
}
.default-slider-2 .dots span{ *display: inline } 
.default-slider-2 > .dots > span{ *display:inline;}
body{
	background:#fef7f1;
}
.wp{
	width:1400px;
	margin:0 auto;
}
.banbox{
	position:relative;
}
.banbox::before{
	position:absolute;
	content:"";
	width:100%;
	height:177px;
	left:0;
	bottom:0;
	z-index:1;
	background:url(/template/index/public/54/54-0063/images/banbg.png) no-repeat center top;
}
.w960 .banbox::before{
	background-size:auto 100%;
	height:130px;
}
.banner{
	max-height:1068px;
	overflow:hidden;
}
.banner li img{
	width:100%;
	height:auto;
	margin-left:0 !important;
	left:0 !important;
}
.logo{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.logo a{
	display:block;
	width:425px;
	height:170px;
	text-align: center;
    line-height: 150px;
    text-indent: -50px;
	background:url(/template/index/public/54/54-0063/images/logobg.png) no-repeat center;
}
.w960 .logo a{
	width: 356px;
    height: 140px;
	line-height:130px;
    background-size: 100%;
}
.logo a img{
	max-height:80px;
	max-width:250px;
	width:auto;
	height:auto;
}
.banner .prev,.banner .next{
	width:76px;
	height:152px;
	margin-top:-76px;
	line-height:152px;
	font-size:0;
	background:url(/template/index/public/54/54-0063/images/jt01.png) no-repeat center;
}
.banner .next{
	background:url(/template/index/public/54/54-0063/images/jt02.png) no-repeat center;
}
.w960 .banner .prev,.w960 .banner .next{
	width: 54px;
    height: 120px;
    margin-top: -60px;
    line-height: 120px;
    background-size: 100%;
}
.openmenu {
    position: fixed;
    z-index: 3;
    right: 50px;
    top: 30px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.w960 .openmenu{
	font-size:40px;
}
.menubox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff url(/template/index/public/54/54-0063/images/navbg.png) no-repeat left center;
	background-size:100% auto;
    z-index: 10;
	display:none;
}
.menu {
    padding-right: 5%;
    width: 70%;
}
.w960 .menu {
    padding-right: 3%;
    width: 63%;
}
.menubox01{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
.menu li.nav-li-1 {
    float: none;
    padding: 20px 0;
}
.menu li a.nav-a-1 {
    font-size: 25px;
	display: inline-block;
	vertical-align: top;
}
.w960 .menu li a.nav-a-1{
	font-size:20px;
}
.menu li.a a.nav-a-1{
	color:#86252c;
}
.menu li ul {
    position: initial;
    display: inline-block !important;
    margin-left: 20px;
    width: calc(100% - 70px);
	vertical-align: top;
    padding-top: 7px;
	background-color:transparent !important;
}
.w960 .menu li ul{
	padding-top:5px;
}
.menu li ul li {
    display: inline-block;
    width: auto;
}
.menu li ul li a {
    font-size: 16px;
    margin-right: 20px;
    color: #999;
}
.w960 .menu li ul li a{
	font-size: 14px;
    margin-right: 15px;
}
.menu li ul li:hover a{
	color:#86252c;
}
.closemenu {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    right: 40px;
    top: 30px;
    color: #333;
	cursor:pointer;
}
.topcon{
	padding-top:60px;
	display:none;
}
.toplogo {
    display: block;
    max-width: 250px;
}
.toplogo img{
	width:100%;
	height:auto;
}
.topcon p.p01 {
    font-size: 35px;
	color:#333;
}
.topcon p span {
    display: block;
    font-size: 16px;
    color: #333;
}
.topcon p{
	font-size:16px;
	color:#999;
	margin-top:60px;
}
.aboutbox{
	margin-top:100px;
}
.videobox {
    width: 36%;
    position: relative;
}
.videobox img{
	width:100%;
	height:auto;
}
.videobox span {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -45px;
	cursor:pointer;
	background:url(/template/index/public/54/54-0063/images/videoico.png) no-repeat center;
	transition:all .3s;
}
.videobox span:hover{
	transform:scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-o-transform:scale(1.08);
}
.index-video {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.39);
	display:none;
}
.index-video .d01 {
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    margin-top: -250px;
}
.index-video .d01 .closevideo {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
    right: -13px;
    top: -13px;
    text-align: center;
    line-height: 23px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 12px;
	cursor:pointer;
}
.about01 {
    width: 56%;
}
.about01 .about02 .d01 {
    width: 63%;
    margin-top: 50px;
}
.w960 .about01 .about02 .d01{
	margin-top:30px;
}
.about01 .about02 .d01 p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #b27b79;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 1px;
}
.w960 .about01 .about02 .d01 p{
	font-size: 14px;
    margin-bottom: 15px;
}
.about01 .about02 .d02 {
    position: relative;
	width:180px;
}
.about01 .about02 .d02 img{
	width:180px;
	height:auto;
}
.w960 .about01 .about02 .d02 img{
	width:164px;
}
.about01 .about02 .d02 a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(135deg,#c13f48 0,#87252c 100%);
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
	transition: all .3s;
}
.about01 .about02 .d02 a:hover{
	bottom:15px;
	right:15px;
}
.about03{
	margin-top:50px;
}
.w960 .about03 {
    margin-top: 20px;
}
.about03 li {
    float: left;
    width: 22%;
    margin-right: 3.75%;
    text-align: right;
    position: relative;
}
.about03 li span {
    display:inline-block;
	*display:inline;
    width: 110px;
}
.w960 .about03 li span{
	width:80px;
}
.about03 li img {
	width:100%;
	height:auto;
    border-radius: 50%;
}
.about03 li::before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:50px;
	height:100%;
	background:url(/template/index/public/54/54-0063/images/ao.png) no-repeat 15px center;
}
.about03 li.a02::before{
	background:url(/template/index/public/54/54-0063/images/chuo.png) no-repeat 15px center;
}
.about03 li.a03::before{
	background:url(/template/index/public/54/54-0063/images/lv.png) no-repeat 15px center;
}
.about03 li.a04::before{
	background:url(/template/index/public/54/54-0063/images/tiao.png) no-repeat 15px center;
}
.w960 .about03 li::before {
	background-position:0 center !important; 
    background-size: 28px;
}
.productbox{
	margin-top:100px;
}
.protit {
    text-align: center;
	background:url(/template/index/public/54/54-0063/images/line01.png) no-repeat center top;
}
.protit h2 {
    font-size: 48px;
    color: #87252c;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 80px;
    padding-top: 25px;
}
.w960 .protit h2{
	font-size:40px;
	margin-bottom:50px;
}
.protit h2 span {
    display: block;
    font-size: 25px;
    letter-spacing: 13px;
    font-weight: normal;
}
.protit li {
    display: inline-block;
	*display:inline;
	width:120px;
}
.w960 .protit li{
	width:100px;
}
.protit li a {
    display: block;
    font-size: 16px;
    color: #b27b79;
	text-align:center;
	line-height:40px;
}
.w960 .protit li a{
	font-size:14px;
}
.protit li:hover a {
	background:url(/template/index/public/54/54-0063/images/morebg.png) no-repeat center;
	background-size:100%;
	color:#fff;
}
.product {
    padding: 50px 0;
    margin-top: 80px;
}
.w960 .product{
	margin-top:50px;
}
.product li{
	transform:scale(0.5);
	-ms-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-o-transform:scale(0.5);
}
.product li .d01{
	display:none;
}
.product li.swiper-slide-active {
    transform: scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	background:url(/template/index/public/54/54-0063/images/pp02.png) no-repeat center right;
	background-size:auto 100%;
	padding:41px 0;
}
.product li span {
    display: block;
    width: 57%;
    float: left;
}
.w960 .product li span {
    width: 48%;
    margin-top: 35px;
}
.product li span img{
	width:100%;
	height:auto;
}
.product li.swiper-slide-active .d01{
	display:block;
}
.product li.swiper-slide-active .d02{
	display:none;
}
.product li .d01 .t01 {
    position: relative;
    height: 100px;
    margin: 20px 0;
}
.product li .d01 .t01 h3 {
    font-size: 27px;
    color: #87252c;
    font-weight: bold;
    padding: 0px 10px;
    background: rgba(255, 248, 242, 0.4196078431372549);
    font-style: italic;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 5px;
}
.w960 .product li .d01 .t01 h3{
	font-size: 23px;
	top: 25px
}
.w960 .product li .d01 .t01 strong{
	font-size:80px;
}
.product li .d01 .t01 strong {
    display: block;
    font-size: 100px;
    font-family: fantasy;
    font-style: italic;
    opacity: .1;
    color: #87252c;
    position: absolute;
    top: 0;
	line-height:1;
}
.product li .d01 ins {
    display: block;
}
.product li .d01 ins a {
    display: block;
    float: left;
    width: 50%;
    font-size: 12px;
    color: #b27b79;
    line-height: 2;
	padding-left:20px;
	box-sizing: border-box;
	background:url(/template/index/public/54/54-0063/images/xcico.png) no-repeat left center;
	background-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.w960 .product li .d01 ins a{
	font-size:12px;
}
.product li .d01 .more01 {
    display: block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
	margin-top:30px;
	background:url(/template/index/public/54/54-0063/images/morebg.png) no-repeat center;
	background-size: 100%;
}
.product li .d03 {
    float: right;
    width: 40%;
    padding-right: 3%;
}
.w960 .product li .d03 {
    width: 52%;
    padding-right: 0;
}
.product li .d02{
	width: 70%;
    margin: 0 auto;
}
.product li .d02 a{
	display:block;
	background:url(/template/index/public/54/54-0063/images/ppbg01.png) no-repeat center bottom;
	background-size: 72%;
}
.product li .d02 a img{
	width:100%;
	height:auto;
}
.next02, .prev02 {
    position: absolute;
    left: 10px;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    background: #87252c;
    color: #fff;
    border-radius: 50%;
	z-index: 1;
    cursor: pointer;
	outline-style: none;
}
.next02{
	left:auto;
	right:10px;
}

.joinbg01 img{
	width:100%;
	height:auto;
}
.tit01 {
    text-align: center;
    position: relative;
}
.tit01 h2 {
    font-size: 100px;
    font-weight: bold;
    opacity: .1;
    color: #963237;
    line-height: 1;
}
.w960 .tit01 h2{
	font-size:80px;
}
.tit01 strong{
	font-size: 40px;
    color: #963237;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 36px;
}
.w960 .tit01 strong {
    font-size: 30px;
    top: 30px;
}
.tit01 p{
	width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #b27b79;
    margin-top: 20px;
}
.w960 .tit01 p{
	font-size:14px;
}
.join{
	margin-top:30px;
	padding-top:100px;
	background:url(/template/index/public/54/54-0063/images/line02.png) no-repeat center 100px;
}
.w960 .join {
    margin-top: 15px;
    padding-top: 80px;
    background-position:center 49px;
}
.join li {
    float: left;
    width: 25%;
    text-align: center;
}
.join li:first-child
,.join li:last-child{
	margin-top:-50px;
}
.join li a{
	display:block;
}
.join li a span {
    display: block;
    width: 120px;
    background: #963237;
    text-align: center;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
	position:relative;
	margin:auto;
}
.w960 .join li a span{
	width: 100px;
    height: 100px;
    line-height: 100px;
}
.join li a span:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    background: #963237;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    opacity: .2;
}
.w960 .join li a span:before {
    width: 120px;
    height: 120px;
}
.join li a img {
    width: 82px;
    height: auto;
	position:relative;
}
.w960 .join li a img{
	width:65px;
}
.join li a div {
    position: relative;
    padding-top: 130px;
	margin-top:30px;
}
.w960 .join li a div{
	padding-top:110px;
}
.join li a div::before {
    position: absolute;
    content: "";
    width: 1px;
    border-left: 1px dotted #b27b79;
    height: 100px;
    top: 0;
}
.w960 .join li a div::before{
	height:90px;
}
.join li a div::after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b27b79;
    bottom: 55px;
    left: 50%;
    margin-left: -4px;
}
.join li a div h3 {
    font-size: 24px;
    color: #b27b79;
}
.jointel {
    width: 760px;
    margin: 0 auto;
    border: 1px solid #963237;
    line-height: 100px;
    text-align: center;
	margin-top: 80px;
}
.w960 .jointel {
    width: 700px;
    line-height: 80px;
    margin-top: 70px;
}
.jointel span {
    display: block;
    width: 50%;
    font-size: 17px;
    color: #fff;
    background: #963237;
	float:left;
}
.jointel strong {
    font-size: 33px;
}
.w960 .jointel strong {
    font-size: 30px;
}
.jointel a {
    display: block;
    width: 50%;
    float: right;
    font-size: 25px;
    color: #963237;
}
.jointel a img {
    width: 31px;
    margin-right: 10px;
}
.storebox{
	background:url(/template/index/public/54/54-0063/images/bg04.png) no-repeat right center;
	padding:90px 0;
	margin-top: 100px;
	background-size: 66%;
}
.w960 .storebox {
    padding: 90px 0;
    margin-top: 50px;
    background-size: 62%;
}
.tit02 {
    width: 23%;
}
.w960 .tit02{
	width:30%;
}
.tit02 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #963237;
    line-height: 1.2;
	padding:23px 0 23px 50px;
	margin-bottom: 30px;
	background:url(/template/index/public/54/54-0063/images/titbg02.png) no-repeat left center;
}
.w960 .tit02 h2 {
    font-size: 30px;
    padding: 17px 0 17px 35px;
    background-size: 90px;
}
.tit02 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.w960 .tit02 span {
    font-size: 18px;
}
.tit02 img {
    width: auto;
    max-width: 368px;
	height:auto;
}
.w960 .tit02 img{
	max-width: 100%;
}
.tit02 p {
    font-size: 16px;
    color: #b27b79;
    line-height: 2;
	margin-top:30px;
}
.w960 .tit02 p {
    font-size: 14px;
    line-height: 1.8;
}
.tit02 a {
    display: block;
    width: 120px;
    height: 111px;
	margin-top: 40px;
	background:url(/template/index/public/54/54-0063/images/more01.png) no-repeat center;
}
.w960 .tit02 a {
    width: 100px;
    height: 110px;
    margin-top: 25px;
    background-size: 100%;
}
.store {
    width: 65%;
    padding-top:100px;
	padding-bottom:70px;
}
.w960 .store {
    width: 65%;
    padding-top: 110px;
	margin-right:0;
}
.store li {
    float: left;
}
.store li a {
    display: block;
}
.store li span{
	display: block;
}
.store li img {
    width: 100%;
    height: auto;
}
.store li h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.w960 .store li h3 {
    font-size: 16px;
}
.dots02 {
    text-align: center;
    position: absolute;
    z-index: 2;
	bottom:0 !important;
}
.dots02 span{
	width: 14px;
    height: 14px;
	margin:0 10px !important;
}
.dots02 span.swiper-pagination-bullet-active{
	background:#87252c;
}
.tit01 em {
    display: block;
    width: 20px;
    height: 20px;
    background: #8f2a31;
    margin: 0 auto;
    border-radius: 50%;
}
.newsbox{
	margin-top:70px;
}
.w960 .newsbox {
    margin-top: 30px;
}
.news {
    margin-top: 70px;
}
.news li {
    float: left;
    width: 29%;
    margin-right: 6.5%;
}
.news li a {
    display: block;
}
.news li a span {
    display: block;
    background: #8f2a31;
    border-radius: 15px;
}
.news li a span img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transform: translate(-7px, -7px);
	-ms-transform:translate(-7px, -7px);
	-moz-transform:translate(-7px, -7px);
	-webkit-transform:translate(-7px, -7px);
	-o-transform:translate(-7px, -7px);
}
.news li a div{
	padding:0 20px;
}
.w960 .news li a div {
    padding: 0;
}
.news li a h3 {
    font-size: 20px;
    color: #b27b79;
}
.w960 .news li a h3 {
    font-size: 16px;
}
.news li a p {
    position: relative;
    color: #b27b79;
    font-size: 18px;
    padding-left: 50px;
	margin:10px 0;
}
.w960 .news li a p {
    font-size: 14px;
}
.news li a p::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #b27b79;
    left: 0;
    top: 12px;
}
.w960 .news li a p::after {
    top: 8px;
}
.newsmore {
    display: block;
    width: 260px;
    height: 93px;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    color: #fff !important;
    font-size: 22px;
	background:url(/template/index/public/54/54-0063/images/morebg.png) no-repeat center;
	background-size: 100%;
	margin-top:70px;
}
.w960 .newsmore {
    width: 200px;
    height: 70px;
    line-height: 68px;
    font-size: 18px;
    margin-top: 35px;
}
.ftbg{
	margin-top:120px;
}
.w960 .ftbg {
    margin-top: 50px;
}
.ftbg img{
	width:100%;
	height:auto;
}
.footer {
    background: #87252c;
    position: relative;
    margin-top: -41px;
}
.w960 .footer {
    margin-top: -21px;
}
.foot01{
	width:30%;
}
.foot01 img {
    max-width: 309px;
    height: auto;
    max-height: 80px;
    width: auto;
}
.w960 .foot01 img {
    max-width: 255px;
}
.ftlogo{
	margin-bottom:50px;
}
.foot01 p {
    font-size: 16px;
    color: #fff;
    line-height: 2;
}
.w960 .foot01 p{
	font-size:13px;
}
.foot02 {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 10px;
    margin-top: 94px;
    margin-left: 5%;
}
.foot02 span {
    display: block;
    float: left;
    width: 135px;
}
.w960 .foot02 span {
    width: 100px;
}
.foot02 span img {
    width: 100%;
    height: auto;
	border-radius:5px;
}
.foot02 div {
    float: left;
    width: 145px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 40px;
}
.w960 .foot02 div {
    font-size: 13px;
    padding-top: 29px;
}
.foot02 div p{
	font-size:14px;
}
.foot03{
	background:url(/template/index/public/54/54-0063/images/formbg.png) no-repeat center;
	padding: 65px 70px 35px 70px;
    position: relative;
    margin-top: -250px;
    background-size: 100% 100%;
	width:25%;
}
.w960 .foot03 {
    padding: 50px 30px 30px 30px;
	width: 31%;
    box-sizing: border-box;
	margin-top: -140px;
}
.foot03 h4 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #87252c;
    margin: 30px 0;
}
.w960 .foot03 h4{
	font-size:25px;
	margin:15px 0;
}
.foot03 label {
    display: none;
}
.foot03 .layui-form-pane .layui-input-block {
    margin-left: 0;
    left: 0;
}
.w960 .foot03 .layui-form-item{
	margin-bottom:7px;
}
.foot03 .layui-form-pane .layui-input
,.foot03 .layui-form-pane .layui-form-text .layui-textarea {
    border-radius: 0 2px 2px 0;
    border: none;
    border-bottom: 1px solid #c27b79;
	font-size: 16px;
}
.foot03 .layui-form-pane .layui-input::placeholder
,.foot03 .layui-form-pane .layui-form-text .layui-textarea::placeholder{
	color:#b27b79;
	font-size: 15px;
}
.w960 .foot03 .layui-form-pane .layui-input::placeholder
,.w960 .foot03 .layui-form-pane .layui-form-text .layui-textarea::placeholder{
	font-size: 14px;
}
.w960 .foot03 .layui-form-pane .layui-form-text .layui-textarea{
	min-height:65px;
}
.foot03 .layui-btn {
    width: 200px;
    line-height: 50px;
	height:60px;
    margin: 0 auto;
    display: block;
	font-size: 20px;
	background:url(/template/index/public/54/54-0063/images/morebg.png) no-repeat center;
	background-size:100%;
	margin-top:30px;
}
.w960 .foot03 .layui-btn {
    width: 135px;
    line-height: 34px;
    height: 40px;
    font-size: 14px;
    margin-top: 15px;
}
.copy {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 70px;
}
.copy .default-copyright {
    color: #fff;
    font-size: 14px;
	margin:0 auto;
	text-align:center;
}
.copy .default-copyright a {
    color: #ffffff;
    font-size: 14px;
}
.copy .default-copyright a:hover{
	text-decoration:underline;
}
.top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 20px;
    bottom: 10px;
	cursor: pointer;
	background:url(/template/index/public/54/54-0063/images/more01.png) no-repeat center;
	background-size:100%;
}
.top em {
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    line-height: 30px;
    text-align: center;
    background: #8f2a31;
    color: #fff;
    z-index: 11;
}
/*--------------内页header------------------*/

.header {
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.w960 .header p {
    font-size: 25px;
    margin-right: 15px;
    padding-top: 10px;
}
.h-logo a {
    display: block;
    line-height: 80px;
    padding-left: 30px;
}
.h-logo a img {
    max-height: 80px;
	width: auto;
}
.w960 .h-logo a img {
    max-height: 65px;  
}
.h-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.h-menu li{
	margin-right:1px;
}
.h-menu li a {
    display: block;
    font-size: 18px;
    padding: 27px 30px;
}
.w960 .h-menu li ul li a {
    padding: 3px 20px;
    font-size: 14px;
}
.w960 .h-menu li a{
	font-size: 16px;
    padding: 20px 25px;
}
.h-menu li:hover a.nav-a-1
,.h-menu li.a a.nav-a-1{
	color:#963237;
}
.h-menu li ul {
    min-width: 100%;
    padding: 10px 0;
    border-top: 2px solid #87252c;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
	left:50%;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.h-menu li:hover ul{
	display:none;
}
.h-menu li ul li{
	margin-right:0;
}
.h-menu li ul li a {
    padding: 5px 28px;
    font-size: 16px;
	background:#fff;
	color: #b27b79;
}
.h-menu li ul li:hover a{
	color:#963237;
}
.header p {
    float: right;
    font-size: 30px;
    margin-right: 30px;
    padding-top: 18px;
	color: #87252c;
}
.header p span {
    font-size: 16px;
    color: #b27b79;
}
.w960 .header p span{
	font-size:13px;
}
.banner01{
	position:relative;
}
.banner01::before{
	position:absolute;
	content:"";
	background:url(/template/index/public/54/54-0063/images/banbg.png) no-repeat center bottom;
	width: 100%;
    height: 100px;
    bottom: 0;
    background-size: 100% 100%;
}
.banner01 img{
	width:100%;
	height:auto;
}

/*---------list-news--------------*/
.list-page{
	margin-top:50px;
}
.newstit{
	margin-bottom:20px;
}
.newstit h3{
	width:15%;
	float:left;
	font-size:30px;
	line-height:60px;
	font-family:"museo-light";
}
.newstit ul{
	float:left;
}
.newstit ul li{
	float:left;
}
.newstit ul li:last-child a::after{
	display:none;
}
.newstit ul li a{
	display:block;
	line-height: 60px;
    font-size: 14px;
    padding: 0 30px;
    color: #898989;
	transition:all .3s;
	position:relative;
}
.newstit ul li a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #898989;
    right: 0;
    top: 24px;
}
.newstit ul li span{
	display:none;
}
.newstit ul li:last-child a{
	background:none;
}
.newstit ul li:hover a
,.newstit ul li.a a{
	color:#87252c;
	text-decoration: underline;
}
.list-news{
	width:1000px;
	margin:0 auto;
}
.list-news01 li{
	padding:40px 0;
	border-bottom:1px solid #eee;
}
.list-news01 li a{
	display:block;
}
.list-news01 li a span{
	display:block;
	float:left;
	width:350px;
	overflow:hidden;
}
.list-news01 li img{
	width:100%;
	height:auto;
	transition:all .3s;
}
.list-news01 li span:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.list-news01 li div{
	width:49%;
	float:left;
	margin-left:5%;
	margin-top:10px;
}
.list-news01 li div h3{
	font-size:22px;
	margin-bottom:30px;
	transition:all .3s;
}
.list-news01 li:hover div h3{
	color: #87252c;
}
.list-news01 li div em{
	display:block;
	color: #0f0b09;
    margin-bottom: 30px;
	font-style:normal;
	font-size:16px;
}
.list-news01 li div p{
	font-size: 14px;
	margin-bottom:50px;
	height:56px;
	overflow:hidden;
	line-height:2;
	color:#5f6061;
}
.list-news01 li div ins {
    color: #b27b79;
    font-size: 16px;
    text-decoration: underline;
}
.pub{
	margin:10px 0;
	text-align:right;
}
/*-----------------view-news---------------------*/
.view-news{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
}
.w960 .view-news{
	width:900px;
}
.view-news .newstime{
	color:#5f6061;
	margin-bottom:30px;
}
.view-news .newstime span{
	font-size:14px;
	margin-left:30px;
	font-family: Georgia;
}
.view-news .newstime a{
	font-size:14px;
	color:#b27b79;	
}
.view-news01 .word h3.title {
    font-size: 24px;
    padding-bottom: 50PX;
    line-height: 30px;
    border-bottom: 1px solid #dac5c4;
    color: #0f0b09;
    margin-bottom: 40px;
}
.default-article-content p{
	color:#5f6061;
}
.view-news01 .article{
	padding-bottom:50px;
}
.fanye {
    padding: 30px 0 ;
    border-top: 1px solid #dac5c4;
    margin-top: 40px;
}
.fanye p {
    text-align: left;
    width: 45%;
}
.fanye p span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    border: 1px solid #999;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    color: #999;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
}
.fanye p a {
    font-size: 15px;
    color: #777;
    line-height: 22px;
	display:inline-block;
	*display:inline;
	vertical-align:middle;
	width:calc(100% - 35px);
}
.fanye p:hover span{
	color:#c5080e;
	border: 1px solid #c5080e;
}
.fanye p:hover a{
	color:#c5080e;
}
/*-----------------list-show------------------------*/
.list-show .newstit ul li a{
	padding:0 20px;
}
.w960 .list-show .newstit ul li a {
    padding: 0 10px;
    font-size: 13px;
}
.list-show01 li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4%;
}
.list-show01 li a {
    display: block;
}
.list-show01 li span{
	display: block;
}
.list-show01 li img{
	width:100%;
	height:auto;
}
.list-show01 li h3 {
    font-size: 18px;
    color: #333;
	margin-top:20px;
	text-align:center;
}
.w960 .list-show01 li h3{
	font-size:16px;
}
/*-----------list-about-----------------*/
.list-about01{
	margin:100px auto;
}
.list-about01 .ab01 {
    width: 47%;
    padding-top: 30px;
}
.w960 .list-about01 .ab01{
	padding-top:0;
}
.list-about01 .ab01 h2 {
    font-size: 55px;
    margin-bottom: 30px;
    color: #87252c;
    font-family: fantasy;
    line-height: 1.2;
}
.w960 .list-about01 .ab01 h2{
	font-size:40px;
}
.list-about01 .ab01 h2 span {
    display: block;
    font-size: 20px;
	font-weight:bold;
}
.w960 .list-about01 .ab01 h2 span {
    font-size: 16px;
}
.w960 .list-about01 .ab01 p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.list-about01 .ab01 p {
    font-size: 16px;
    color: #b27b79;
    margin-bottom: 30px;
    line-height: 2;
}
.list-about01 .ab02{
	width:45%;
}
.list-about01 .ab02 iframe{
	width:100%;
}
.w960 .list-about01 .ab02 iframe {
    height: 300px;
}
.list-about02 span {
    display: block;
    position: relative;
}
.list-about02 img{
	width:100%;
	height:auto;
}
.list-about02 h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}
.list-about02 h2 span {
    display: block;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
	margin-top: 10px
}
.list-about02 ul {
    width: 800px !important;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: -70px;
    padding: 50px;
    border-radius: 10px 10px 100px 100px;
}
.list-about02 li {
    padding: 20px 0;
	float:left;
	width:50%;
}
.list-about02 li h3 strong {
    font-size: 20px;
    color: #b1363f;
    display: block;
    margin-bottom: 10px;
}
.list-about02 li h3 {
    color: #999;
    font-size: 16px;
}
.list-about03{
	padding:100px 0;
}
.list-about03 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #87252c;
    text-align: center;
}
.list-about03 h2 span{
	display: block;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
	color:#b27b79;
	margin-top: 10px
}
.list-about03 .ab01 {
    margin-top: 50px;
	padding-bottom:100px;
}
.list-about03 li {
    padding: 30px;
    border: 1px solid #ead6c4;
    box-sizing: border-box;
	transition: all .3s;
	color: #b27b79;
}
.list-about03 li:hover{
	border: 1px solid #b33a42;
}
.list-about03 li h3 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;   
}
.list-about03 li div{
	min-height:48px;
}
.list-about03 li p {
    font-size: 16px;
}
.w960 .list-about03 li p{
	font-size:14px;
}
.prev03, .next03 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ead6c4;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    bottom: 0;
    margin-left: -60px;
	cursor:pointer;
	transition:all .3s;
	color:#ead6c4;
}
.prev03:hover, .next03:hover{
	border: 1px solid #87252c;
	color:#87252c;
}
.next03 {
	margin-left:20px;
}
/*--------------list-store-----------------*/
.list-storebox{
	margin-top:70px;
}
.store01 {
    text-align: center;
}
.store01 h2 {
    font-size: 35px;
    font-weight: bold;
    color: #333;
    line-height: 2;
}
.store01 div {
    font-size: 16px;
    color: #999;
	margin-bottom:50px;
}
.store02{
	width:1000px;
	margin:0 auto;
}
.store02 ul li {
    padding: 30px 0;
    border-top: 1px solid #eee;
	position:relative;
}
.store02 ul li h2 {
    width: 40%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 50px;
    margin-top: -25px;
}
.store02 ul li div {
    float: right;
    width: 60%;
}
.store02 ul li div h3 {
    font-weight: bold;
    font-size: 16px;
	padding-top:10px;
}
.store02 ul li div p {
    color: #888;
    font-size: 16px;
    padding-bottom: 10px;
    margin-left: 8px;
}
/*----------------list-join-----------------*/
.list-join01 {
    margin-top: 70px;
}
.list-join01 .d01 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    color: #b27b79;
    margin-top: 50px;
}
.w960 .list-join01 .d01{
	font-size:14px;
	width:70%;
	margin-top:30px;
}
.list-join01 .d02{
	margin-top:70px;
}
.list-join01 .d02 li {
    float: left;
    width: 24%;
    text-align: center;
    margin-right: 1.32%;
	position: relative;
}
.list-join01 .d02 li img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.list-join01 .d02 li h3 {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    background: #87252c;
    border-radius: 50%;
    left: 50%;
    margin-left: -25px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}
.list-join02{
	padding: 80px 0;
    background: #87252c;
    margin-top: 100px;
}
.list-join02 .tit01 h2
,.list-join02 .tit01 strong{
	color:#fff;
}
.list-join02 .tit01 p {
    color: #f5b0b5;;
}
.list-join02 ul{
	margin-top:50px;
}
.list-join02 li {
    float: left;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #ffffff1c;
    border-radius: 15px;
    padding: 50px;
    box-sizing: border-box;
    background: #8e2d34;
	position:relative;
}
.w960 .list-join02 li{
	padding:30px;
}
.list-join02 li::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 4px;
    background: #fff;
    top: -2px;
    left: 50%;
    margin-left: -25%;
}
.list-join02 li h3 {
    font-size: 25px;
    color: #fff;
}
.w960 .list-join02 li h3 {
    font-size: 20px;
}
.list-join02 li h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #f5b0b5;
}
.w960 .list-join02 li h4{
	font-size:12px;
}
.list-join02 li div {
    margin-top: 40px;
    height: 135px;
}
.list-join02 li div p {
    font-size: 16px;
    color: #f5b0b5;
    float: left;
    width: 50%;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    border-bottom: 1px dotted #9a444a;
}
.w960 .list-join02 li div p {
    font-size: 14px;
    padding: 10px 15px;
    padding-right: 0;
}
.list-join02 li div p::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #f5b0b5;
    left: 0;
    border-radius: 50%;
    top: 17px;
}
.jiameng {
    width: 400px;
    border-radius: 45px;
    background: #8e2d34;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
.w960 .jiameng {
    width: 300px;
    line-height: 60px;
    font-size: 25px;
    margin-top: 40px;
}
.jiameng span{
	font-size:16px;
}
.jiameng a{
	color:#fff;
}
.w960 .jiameng span{
	font-size:14px;
}
.list-join03 {
    padding: 80px 0;
}
.list-join03 ul{
	margin-top:50px;
}
.list-join03 li {
    float: left;
    width: 16%;
    margin: 50px 0;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
}
.w960 .list-join03 li {
    margin: 30px 0;
}
.list-join03 li:last-child{
	border:none;
}
.list-join03 li span {
    display: block;
    width: 70px;
	margin:0 auto;
}
.w960 .list-join03 li span{
	width:50px;
}
.list-join03 li img{
	width:100%;
	height:auto;
}
.list-join03 li h3{
	font-size:16px;
	margin-top:20px;
}
.w960 .list-join03 li h3 {
    font-size: 14px;
}
.list-join .tit01 h2{
	text-transform: uppercase;
	font-size:75px;
}
.w960 .list-join .tit01 h2{
	font-size:60px;
}
.list-join .tit01 strong {
    top: 14px;
}
.list-join04{
	margin-bottom:150px;
}
.list-join04 .d01 {
    float: left;
    width: 47%;
	margin-right:6%;
}
.list-join04 .d01:last-child{
	margin-right:0;
}
.list-join04 .d01 span {
    display: block;
    position: relative;
	background:#000;
}
.list-join04 .d01 img {
    width: 100%;
    height: auto;
	opacity:.5;
}
.list-join04 .d01 h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    line-height: 50px;
    font-size: 35px;
    margin-top: -25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.list-join04 .d01 div {
    padding: 30px;
    border: 1px solid #ead6c4;
}
.list-join04 .d01 div p {
    font-size: 16px;
    line-height: 1.5;
    color: #b27b79;
	margin-bottom:10px;
}
.w960 .list-join04 .d01 div p {
    font-size: 14px;
}
.list-join04 .d01 div a {
    display: block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #87252c;
    font-size: 16px;
    color: #87252c;
    margin-top: 11px;
	transition:all .3s;
}
.w960 .list-join04 .d01 div a {
    line-height: 34px;
    margin-top: 13px;
}
.list-join04 .d01 div a:hover{
	background:#87252c;
	color:#fff;
}
/*----------------------list-contact--------------------*/
.list-contact{
	margin:70px auto;
}
.addbox {
    position: relative;
    width: 100%;
    height: 400px;
    border: 5px solid #eee;
    box-sizing: border-box;
	overflow:hidden;
}
.addbox iframe{
	position:absolute;
	width:1400px;
	height:400px;
	left:50%;
	top:50%;
	margin-left:-700px;
	margin-top:-200px;
}
.add02{
	margin-top:50px;
}
.add02 ul{
	width:45%;
}
.add02 li{
	margin-bottom:30px;
}
.add02 li h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cc8e79;
    color: #87252c;
}
.add02 li div {
    margin-top: 10px;
    font-size: 16px;
    color: #b27b79;
}
.add02 li div p{
	font-size:16px;
	color:#666;
}
.add03{
	float:right;
	width:45%;
}
.add03 h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
	color: #87252c;
}
.add03 span{
	display:block;
	float:left;
	margin-right:20px;
}
.add03 span img{
	width:150px;
	height:auto;
	border:1px solid #eee;
	padding:5px;
}
.add03 span p{
	text-align:center;
	margin-top:15px;
	font-size:16px;
}
.erweima {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #CCC;
    z-index: 102;
    display: none;
	background:url(/template/index/default/images/bg02.png);
}
.erweima-1{
    width: 300px;
    background: #fff;
    z-index: 102;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
}
.erweima-1 img{
	width:100%;
	height:auto;
}
.erweima .close {
    display: block;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #111;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    text-indent: 2px;
    box-shadow: 0 5px 5px rgba(51, 51, 51, 0.6);
}
@media screen and (max-width:1440px){
	.storebox{
		background-size:71%;
	}
	.footer {
		margin-top: -25px;
	}
	.foot03 {
		margin-top:-215px;
	}
	.store {
		width: 50%;
		margin-right: 10%;
		padding-top:120px;
	}
}

@media screen and (max-width:1024px){
	.banbox::before {
		background-size: 100% 100%;
		height: 40px;
	}
	.banner .next,.banner .prev {
		width: 30px;
		height: 60px;
		background-size: 100%;
		margin-top: -30px;
	}
	.menuico a
	,.mblogin a {
		display: block;
		color: #333;
		font-size: 25px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.mblogo a {
		display: block;
		line-height:55px;
	}
	.mblogo a img{
		max-height:55px;
		width:auto;
	}
	.mblogin a {
		display: block;
		font-size: 18px;
	}
	.mbsearch {
		padding-bottom: 8px;
		width: 200px;
		margin: 0 auto;
		display: inline-block;
		margin-top:17px;
	}
	.mbsearch a {
		display: block;
		width: auto;
		padding:2px 10px;
		border-radius: 20px;
		background:#fff url(/template/index/default/images/sousuo.png) no-repeat 8px center;
		background-size: 25px;
		font-size: 13px;
		padding-left: 40px;
		color: #999;
		text-align:left;
	}
	.menubg{
		position: fixed;
		background: rgba(0, 0, 0, 0.35);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 3;
		display:none;
	}
	.mbmenu {
		position: fixed;
		width: 50%;
		background:#fff;
		height: 100%;
		top: 0;
		right:-100%;
		z-index:4;
	}
	.mbmenu .nav-ul-1 {
		padding-top: 70px;
		overflow-y: auto;
		height: 80vh;
	}
	.mbmenu li{
		border-bottom: 1px solid #eee;
	}
	.mbmenu li a {
		color: #333;
		border-bottom: none;
		border-top: none;
		padding-left: 30px;
		font-size:17px;
	}
	.mbmenu ul ul{
		padding-top:0;
		background:#f9f9f9;
	}
	.mbmenu ul ul li{
		border:none;
	}
	.mbmenu ul ul li a{
		border:none;
		font-size:15px;
		text-indent:1em;
	}
	.mbclose {
		position: absolute;
		z-index: 3;
		color: #fff !important;
		right: 25px;
		top: 15px;
		font-size: 17px;
		background: #87252c;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 31px;
		text-align: center;
	}
	.product li.swiper-slide-active .d02 {
		display: block;
	}
	.product li.swiper-slide-active{
		background:none;
		padding:0;
	}	
	.product li .d02{
		width:100%;
	}
	.next02, .prev02 {
		left: 10px;
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		line-height: 30px;
		font-size: 12px;
	}
	.next02{
		left:auto;
		right:10px;
	}
	.productbox {
		margin-top: 35px;
	}
	.product {
		padding: 0;
		margin-top: 50px;
	}
	.protit{
		background:none;
	}
	.protit h2 {
		font-size: 23px;
		margin-bottom: 15px;
		padding-top: 0;
	}
	.protit h2 span {
		font-size: 16px;
		letter-spacing: 5px;
	}
	.mbproduct{
		position:relative;
	}
	.mbproduct01{
		width:250px;
		margin:0 auto;
	}
	.mbproduct li a {
		display: block;
	}
	.mbproduct li a span{
		display: block;
		background:url(/template/index/public/54/54-0063/images/ppbg01.png) no-repeat center bottom;
	}
	.mbproduct li img{
		width:100%;
		height:auto;
	}
	.mbproduct li h3 {
		text-align: center;
		font-size: 14px;
		position: absolute;
		width: 20px;
		top: 50px;
		right: 0;
		border: 1px solid #86252c;
		padding: 5px;
		color: #86252c;
	}
	.mbabout{
		margin-top:25px;
	}
	.mbabout .d01 {
		text-align: center;
		color: #b27b79;
		font-size: 13px;
		line-height: 2;
	}
	.mbabout .d01 strong {
		font-size: 20px;
		color: #86252c;
	}
	.mbabout .d02 {
		padding: 15px 0;
		text-align: center;
	}
	.mbabout .d02 iframe {
		width: 300px !important;
		height: 170px !important;
	}
	.mbabouttit{
		width:300px;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
	}
	.mbabouttit li{
		text-align:center;
		margin-bottom:20px;
	}
	.mbabouttit li img{
		width:33px;
		height:100%;
	}
	.newsmore {
		width: 135px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 0;
	}
	.joinbox{
		margin-top:15px;
	}
	.joinbg01{
		margin-bottom:15px;
	}
	.tit01 h2 {
		font-size: 50px;
	}
	.tit01 strong {
		font-size: 20px;
		top: 16px;
	}
	.tit01 p {
		width: 90%;
		font-size: 10px;
		margin-top: 10px;
	}
	.join li a img {
		width: 30px;
	}
	.join li a span {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.join li a span:before {
		width: 70px;
		height: 70px;
		left: -5px;
		top: -5px;
	}
	.join {
		margin-top: 0;
		padding-top: 63px;
		background-position: center 50px;
		background-size: 200%;
	}
	.join li:first-child, .join li:last-child {
		margin-top: -30px;
	}
	.join li a div {
		padding-top: 70px;
		margin-top: 13px;
	}
	.join li a div::before {
		height: 47px;
	}
	.join li a div h3 {
		font-size: 15px;
	}
	.join li a div::after {
		bottom: 40px;
		margin-left: -4px;
	}
	.jointel {
		width: 90%;
		line-height: 42px;
		margin-top: 30px;
		border-radius: 30px;
		overflow: hidden;
	}
	.jointel span {
		font-size: 12px;
	}
	.jointel strong {
		font-size: 16px;
	}
	.jointel strong a{
		display:inline-block;
		color: #fff;
		width: auto;
		float: none;
	}
	.jointel a {
		font-size: 16px;
	}
	.jointel a img {
		width: 17px;
		height: auto;
		margin-right:7px;
	}
	.newsbox {
		margin-top: 40px;
	}
	.tit01 em {
		width: 11px;
		height: 11px;
	}
	.news li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news li a span {
		border-radius: 5px;
		width: 160px;
		float:left;
	}
	.news li a span img {
		border-radius: 5px;
		transform: translate(3px, -3px);
	}
	.news li a div {
		padding: 0;
		float: right;
		width: calc(100% - 180px);
	}
	.news li a h3 {
		font-size: 16px;
	}
	.news li a p::after {
		width: 23px;
		left: 0;
		top: 10px;
	}
	.news li a p {
		font-size: 14px;
		padding-left: 40px;
		margin: 10px 0;
	}
	.news {
		margin-top: 35px;
	}
	.news ul{
		margin-bottom:10px;
	}
	.ftbg {
		margin-top: 40px;
	}
	.mbcon {
		position: fixed;
		bottom: 0;
		width: 90%;
		margin: 0 5%;
		background-color:rgba(113, 20, 27, 0.6);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		z-index: 11;
		border-radius: 30px;
		bottom:10px;
	}
	.mbcon a{
		display:inline-block;
		width:23%;
		text-align:center;
		color:#fff;
		font-weight:normal;
		box-sizing:border-box;
		border-right: 1px solid rgba(255, 255, 255, 0.13);
		font-size: 20px;
		line-height:1;
		padding:5px 0;
	}
	.mbcon a.c03{
		border:none;
	}
	.mbcon a.c04{
		font-size:17px;
	}
	.mbcon a em{
		display:block;
		color:#fff;
		-webkit-text-stroke-width: initial;
	}
	.mbcon a p {
		text-align: center;
		font-size: 10px;
		margin-top:4px;
		color: #fff;
	}
	.copy {
		padding-bottom: 65px;
		background: #87252c;
		padding-top: 20px;
		margin-top: 0;
		border-top: none;
	}
	.copy{
		text-align:center;
		color:#fff;
		font-size:10px;
	}
	.copy .default-copyright {
		width: 100%;
		text-align: center;
		line-height:1.4;
	}
	.copy .default-copyright
	,.copy .default-copyright a {
		font-size: 10px;
	}	
	.banner01::before {
		height: 30px;
	}
	.list-about01 {
		margin: 50px auto;
	}	
	.list-about01 .ab01 {
		width: 100%;
		padding-top: 0;
	}
	.list-about01 .ab02{
		width:100%;
	}
	.list-about01 .ab01 h2 {
		font-size: 30px;
	}
	.list-about01 .ab01 h2 span {
		font-size: 16px;
	}
	.list-about01 .ab01 p {
		font-size: 13px;
		margin-bottom: 15px;
		line-height: 1.8;
	}
	.list-about01 .ab02 iframe {
		width: 100%;
		height: 200px !important;
	}
	.list-about02{
		overflow:hidden;
		padding-bottom:10px;
	}
	.list-about02 h2 {
		font-size: 20px;
	}
	.list-about02 span {
		display: block;
		position: relative;
		width: 200%;
		margin-left:-50%;
	}
	.list-about02 ul {
		width: 90% !important;
		margin-top:-30px;
		padding: 15px 20px !important;
		border-radius: 5px 5px 40px 40px;
		box-sizing: border-box;
	}	
	.list-about02 h2 span {
		font-size: 12px;
		letter-spacing: 3px;
		margin-top: 0px;
	}
	.list-about02 li{
		width:100%;
		padding:2px 0;
	}
	.list-about02 li h3 strong {
		font-size: 14px;
		display:inline-block;
		margin-right: 15px;
	}
	.list-about02 li h3 {
		color: #999;
		font-size: 12px;
	}
	.list-about03 {
		padding: 50px 0;
		padding-bottom:0;
	}
	.list-about03 h2 {
		font-size: 20px;
	}
	.list-about03 h2 span {
		font-size: 12px;
		letter-spacing: 0px;
		margin-top: 10px;
	}
	.list-about03 li {
		padding: 10px;
	}
	.list-about03 li h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.list-about03 li p {
		font-size: 12px;
	}
	.list-about03 .ab01 {
		margin-top: 25px;
		padding-bottom: 60px;
	}
	.prev03, .next03 {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size:12px;
	}
	.list-page {
		margin-top: 30px;
	}
	.list-show .newstit ul li {
		width: 25%;
	}
	.list-show .newstit ul li a {
		padding: 0;
		line-height: 30px;
	}
	.newstit ul li a::after{
		display:none;
	}
	.list-show01 li {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 4%;
	}
	.list-show01 li:nth-child(2n){
		margin-right:0;
	}
	.list-show01 li h3 {
		font-size: 15px;
		margin-top: 10px;
	}
	.list-join01 {
		margin-top: 50px;
	}
	.list-join .tit01 h2 {
		font-size: 40px;
	}
	.list-join .tit01 strong {
		top: 10px;
	}
	.list-join01 .d01 {
		width: 90%;
		font-size: 12px;
		margin-top: 20px;
	}
	.list-join01 .d02 {
		margin-top: 55px;
	}
	.list-join01 .d02 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom:10%;
	}
	.list-join01 .d02 li:nth-child(2n){
		margin-right:0;
	}
	.list-join01 .d02 li img {
		border-radius: 10px;
	}
	.list-join02 {
		padding: 40px 0;
		margin-top: 20px;
	}
	.list-join02 li {
		width: 100%;
		margin-right: 0;
		padding: 30px;
		margin-bottom: 10px;
	}
	.list-join02 li div p {
		font-size: 13px;
	}
	.list-join02 li div{
		height:auto;
		margin-top: 25px;
	}
	.list-join02 li h3 {
		font-size: 20px;
	}
	.list-join02 li h4 {
		font-size: 12px;
	}
	.list-join02 ul {
		margin-top: 25px;
	}
	.jiameng {
		width: 80%;
		line-height: 50px;
		font-size: 23px;
		margin-top: 25px;
	}
	.list-join03 {
		padding: 50px 0;
	}
	.list-join03 ul {
		margin-top: 20px;
	}
	.list-join03 li {
		width: 33.33%;
		margin: 30px 0;
	}
	.list-join03 li span {
		width: 40px;
	}
	.list-join03 li h3 {
		font-size: 12px;
		margin-top: 15px;
	}
	.list-join03 li:nth-child(3){
		border:none;
	}
	.list-join04 {
		margin-bottom: 50px;
	}
	.list-join04 .d01 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list-join04 .d01 div p {
		font-size: 13px;
	}
	.list-join04 .d01 div a{
		line-height:33px;
	}
	.list-join04 .d01 div {
		padding: 15px;
	}
	.list-join04 .d01 h2 {
		font-size: 30px;
	}
	.newstit ul li a {
		font-size: 14px;
		padding: 0 10px;
	}
	.list-news {
		width: 90%;
	}
	.list-news01 li a span {
		width: 100%;
	}
	.list-news01 li div {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.list-news01 li div em{
		margin-bottom:10px;
		font-size: 13px;
	}
	.list-news01 li div h3{
		margin-bottom:15px;
		font-size:20px;
	}
	.list-news01 li div p {
		font-size: 12px;
		margin-bottom: 25px;
		height: 40px;
		line-height: 1.8;
	}
	.list-news01 li div ins {
		font-size: 12px;
	}
	.newstit h3{
		width:100px;
	}
	.list-storebox {
		margin-top: 50px;
	}
	.store01 h2 {
		font-size: 20px;
	}
	.store01 div {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.store02 {
		width: 100%;
	}
	.store02 ul li h2 {
		width: 100%;
		text-align: center;
		position: initial;
		left: 0;
		top: 50%;
		line-height: 50px;
		margin-top: 0;
		background: #a96f71;
		color: #fff;
		font-size:22px;
	}
	.store02 ul li div {
		width: 100%;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
	}
	.store02 ul li div p {
		font-size: 14px;
	}
	.store02 ul li {
		padding: 0;
		border-top: none;
		margin-bottom: 20px;
	}
	.addbox{
		display:none;
	}
	.add02 ul,.add03 {
		width: 100%;
	}
	.view-news {
		padding: 50px 0;
		width: 100%;
		padding-bottom:0;
	}
	.view-news01 .word h3.title {
		font-size: 20px;
		padding-bottom: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.view-news01 .article {
		padding-bottom: 30px;
	}
	.fanye {
		padding: 10px 0;
		margin-top: 20px;
	}
	.fanye p {
		margin-bottom:5px;
		width: 100%;
	}
	.add02 li h3,.add03 h3{
		font-size:17px;
	}
	.add02 li div {
		font-size: 14px;
	}
	.default-copyright span {
		white-space: break-spaces;
		margin-right:5px;
	}


}
@media screen and (max-width:768px){ 
}
@media screen and (max-width:480px){   

}
